*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jan 2004 23:07:13 +0000 (23:07 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Jan 2004 23:07:13 +0000 (23:07 +0000)
lib-src/ChangeLog

index 3e66cba35636bf522411b333b9418cf047242f25..6ea0e8be97a9b96b19d739c977ae478698d21e0d 100644 (file)
@@ -1,8 +1,19 @@
+2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (main): Don't use the hostname in the socket name.
+       Look for relative socket names in the /tmp dir rather than in cwd.
+
 2004-01-24  Richard M. Stallman  <rms@gnu.org>
 
        * emacsclient.c (main): Restore errno from saved_errno,
        so the error message comes from socket_status.
 
+2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacsclient.c (main): Stop if socket name too long.
+       Only try su-fallback if the socket name was not explicit.
+       Check socket name length in su-fallback case as well.
+
 2004-01-08  Andreas Schwab  <schwab@suse.de>
 
        * emacsclient.c (main): Save errno from socket_status.